Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.csv.core.operation.contrib--operations

This contribution is part of XML component org.nuxeo.ecm.csv.core.operation.contrib inside nuxeo-csv-core-9.10.jar /OSGI-INF/csv-operation-contrib.xml

Extension Point

Extension point operations of component OperationServiceComponent.

Contributed Items

  • <operation class="org.nuxeo.ecm.csv.core.operation.CSVImportOperation"/>
  • <operation class="org.nuxeo.ecm.csv.core.operation.CSVImportStatusOperation"/>
  • <operation class="org.nuxeo.ecm.csv.core.operation.CSVImportLogOperation"/>
  • <operation class="org.nuxeo.ecm.csv.core.operation.CSVImportResultOperation"/>

XML Source

<extension point="operations" target="org.nuxeo.ecm.core.operation.OperationServiceComponent">
        <operation class="org.nuxeo.ecm.csv.core.operation.CSVImportOperation"/>
        <operation class="org.nuxeo.ecm.csv.core.operation.CSVImportStatusOperation"/>
        <operation class="org.nuxeo.ecm.csv.core.operation.CSVImportLogOperation"/>
        <operation class="org.nuxeo.ecm.csv.core.operation.CSVImportResultOperation"/>
  </extension>